MENU -> View -> To-Do List
========================================


     Выберите «Просмотр» -> «Список дел», чтобы отобразить список дел для текущего проекта.
     В списке дел отображаются задачи, которые необходимо выполнить для завершения текущего проекта.
     Перечислены элементы для всего проекта. Элементы проекта, исходный код которых не открыт в
редакторе кода, отображаются серым цветом.
     Вы можете отсортировать элементы в алфавитном порядке, по статусу или по приоритету,
щелкнув соответствующий столбец.

To-Do List context menu
     Контекстное меню списка дел предоставляет вам команды для добавления, удаления и редактирования
элементов в списке дел. Это также позволяет вам изменить формат списка дел.
     Щелкните правой кнопкой мыши список дел или выберите элемент и щелкните правой кнопкой мыши,
чтобы отобразить контекстное меню списка дел.

Команды, которые могут появиться в контекстном меню списка дел:
Add
Edit
Delete
Sort
Filter
Show Completed Items
Show ToolTips When Clipped
Copy As
Table Properties
Dockable


To-do list
     В списке дел записываются элементы, которые необходимо выполнить для проекта. Вы можете добавлять элементы проекта в список дел, добавляя их непосредственно в список дел, или вы можете встроить определенные элементы непосредственно в исходный код.
     Вы можете щелкнуть правой кнопкой мыши в списке дел, чтобы отобразить контекстное меню списка дел, в котором вы можете добавлять, редактировать или удалять элементы списка дел. You can perform the following tasks: Adding items to a to-do list Adding to-do list items in the source code Editing to-do lists After you create a to-do list, you can display it when the project is open. To display a to-do list: Choose View|To-Do List. The following to-do items are shown in the to-do list: Items from the to-do file (called project.todo) for the current (active) project Items in source units that are part of the current (active) project Items in source units that are open in the editor You can right-click and choose Filter to limit items that are displayed. To-do list format The to-do list has the following columns: Column Description Action Item Includes three pieces of information: Check box Specifies whether or not the item has been completed (indicated by a box with or without a checkmark). A check means it has been done. Done items are shown as crossed out. If Show Completed Items is unchecked, completed items will not appear in the list. Kind Indicates where the to-do list item originated. Items are either entered in the project’s to-do list (you see a window icon) or they are entered in the source code (you see a unit icon). This information lets you know where you can edit the item (see Editing to-do lists). If the unit icon for an item is grayed out, that source file is not part of the current project. Action Item Lists the task to be done. If the item’s text is grayed out, the item comes from a source file that is part of the current project but is not open in the Code editor. If the item’s text is bold, the source is open in the Code editor. Double-click an item to open its source in the editor. Priority Specifies the importance of the item using a decimal number from 1 (the highest) to 5 (the lowest). The top of the column shows a boxed exclamation point. Specifying a priority of 0 assigns no priority to the item. Module Names the path and module that the item concerns. This is automatically filled in when you add to-do list items in the source code. Owner Says who’s responsible for completing the task. Owner names can be any length and contain any characters except hyphen (-) or colon (:). Category Indicates a type of task (for example, UI or error handling). Category names can be any length and contain any characters except hyphen (-) or colon (:). You can sort items by clicking on the column heading, for example, to sort action items alphabetically or by priority. Or you can use the Sort on the right-click menu. You can also be selective about what items are visible in the to-do list. You can right-click and choose Filter to select items by owner, category, or item type. You can also right-click and choose Show Completed Items to display or hide items that are done.